Banner

Donate

You find LaTeX Community useful? Please donate! Learn why!

Amount:

Partner Sites

goLaTeX
TeXblog
TeXnicCenter

Who is online

In total there is 1 user online :: 0 registered, 0 hidden and 1 guest (based on users active over the past 5 minutes)
Most users ever online was 108 on Tue Jun 08, 2010 3:33 pm

Users browsing this forum: No registered users and 1 guest

Subversion and TXC 2.0

Information and discussion about the TeXnicCenter development. This is the place to go for TeXnicCenter core and wizard developers.

Subversion and TXC 2.0

Postby Tino Weinkauf on Sat Aug 09, 2008 5:30 pm

Last week we changed our source code revision control system from CVS to Subversion. The project is still located at sourceforge.net and the source code can be checked out using [1]. The old CVS repository is still available, but not visible anymore on our project page at sourceforge.net.

Besides switching to Subversion we also brought a new code base into the repository which will be the base of our development towards version 2.0. This new code can be found on the trunk, but is not completely stable at the moment. We still have a number of issues here that we are working on. However, note that we completely changed the build system. We switched from VC++ 6.0 to VC++ 9.0 (Visual Studio 2008). Quite a step. Unfortunately, the express edition of Visual Studio does not suffice to compile the code since it does not support MFC. Any other edition should work.

This enormous step forward has been made possible by a single very skilled developer with lots of guts: Sergiu Dotenco. Thank you so much Sergiu!

The previous development line with VC++ 6.0 will come to an end. A good one. We will make a stable 1.0 version this year. It will be built upon 1 Beta 7.50. Since we did not yet recieve much reports about problems with this release, I think that the stable release will not be too far away. The version 1.0 line can also be found on a branch in the repository [2].

Tino Weinkauf.

[1] TeXnicCenter can be checked out from the Subversion repository using
svn checkout https://texniccenter.svn.sourceforge.net/svnroot/texniccenter/trunk TeXnicCenter
This creates a working copy of the main development line in the subdirectory 'TeXnicCenter'.

[2] TeXnicCenter 1.0 development line can be checked out from the Subversion repository using
svn checkout https://texniccenter.svn.sourceforge.net/svnroot/texniccenter/branches/V1 TeXnicCenter1
TeXnicCenter Maintainer
http://www.texniccenter.org/
Tino Weinkauf
 
Posts: 11
Joined: Sat Aug 09, 2008 5:00 pm
Location: Berlin, Germany

Word wrap bug?

Postby karthik on Fri Aug 22, 2008 9:44 am

Hi

Thanks for the info! I managed to checkout from the svn repo and compile it. TXC 2 rocks! I really love it!

However, the Menu: View> Word Wrap is disabled, and I am not able to alter the wrapping from Options as well. Is there something I am missing? Could you please help me out?

Regards
Karthik
p.s. It would be really nice if you could post the setup on the website... I was desperate to try out TXC 2, and had to do all the svn-vc stuff for it...
karthik
 
Posts: 4
Joined: Wed Jun 13, 2007 6:39 am

Re: Subversion and TXC 2.0

Postby Sergiu on Fri Aug 22, 2008 11:57 am

TXC 2.0 is still being developed. Many things might not be working as expected, so please be patient.
TeXnicCenter Developer
http://www.texniccenter.org/
Sergiu
 
Posts: 55
Joined: Mon May 12, 2008 12:21 pm

Re: Subversion and TXC 2.0

Postby earnt on Mon Sep 08, 2008 12:39 pm

After downloading the latest TXC2 revision (#977) from the trunk, I tried to build the solution TeXnicCenter.sln as described in the HowToBuild.txt but it doesn't work. There are several Compiler Errors C2664 ('cannot convert parameter number from 'type1' to 'type2''). Can someone give me a hint what I did wrong?
earnt
 
Posts: 1
Joined: Mon Sep 08, 2008 12:16 pm

Re: Subversion and TXC 2.0

Postby Sergiu on Mon Sep 08, 2008 12:53 pm

To compile TXC 2.0 use one of the Unicode configurations, i.e. Unicode Release, Unicode Debug.
TeXnicCenter Developer
http://www.texniccenter.org/
Sergiu
 
Posts: 55
Joined: Mon May 12, 2008 12:21 pm

Re: Subversion and TXC 2.0

Postby sveioen on Wed Jan 28, 2009 10:30 pm

I'm trying to build TeXnicCenter 2.0, but I get this error,
Code: Select all
Error   119   fatal error C1083: Cannot open include file: 'afxcontrolbars.h': No such file or directory   c:\users\...\texniccenter\stdafx.h   70   TeXnicCenter
. What is wrong?
sveioen
 
Posts: 28
Joined: Tue Mar 06, 2007 12:04 am

Re: Subversion and TXC 2.0

Postby Sergiu on Thu Jan 29, 2009 6:59 pm

You have to install the Visual C++ 2008 Feature Pack.
Sergiu
 
Posts: 55
Joined: Mon May 12, 2008 12:21 pm

Re: Subversion and TXC 2.0

Postby sveioen on Thu Jan 29, 2009 10:08 pm

Ok, I've installed it, but I still get some errors. Is there anything else I need to install? I have Visio 2008 and Visual C++ 2008 Feature Pack installed.

Where am I supposed to see the executable? "...\Output\Product\Release"?
sveioen
 
Posts: 28
Joined: Tue Mar 06, 2007 12:04 am

Re: Subversion and TXC 2.0

Postby Sergiu on Thu Jan 29, 2009 10:31 pm

sveioen wrote:Ok, I've installed it, but I still get some errors. Is there anything else I need to install? I have Visio 2008 and Visual C++ 2008 Feature Pack installed.


Please read the HowToBuild.txt and make sure your setup meets the requirements mentioned in that file.

sveioen wrote:Where am I supposed to see the executable? "...\Output\Product\Release"?


It depends on the build configuration you have chosen. There are four possible configurations: Debug, Release, Unicode Debug, Unicode Release. The first two are no longer supported; see my previous post.
Sergiu
 
Posts: 55
Joined: Mon May 12, 2008 12:21 pm

Re: Subversion and TXC 2.0

Postby sveioen on Thu Jan 29, 2009 10:49 pm

Got it compiled and running! Thanks Sergiu for helping me out.
sveioen
 
Posts: 28
Joined: Tue Mar 06, 2007 12:04 am

Next

Return to Development

Who is online

Users browsing this forum: No registered users and 1 guest

Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group